┌────────────────────────────────┐ │ ░░░ ░░▓ ░▓▓ ███ ▓▓░ ▓░░ │ │ ~ M O O N ~ │ └────────────────────────────────┘
prd-web-01.centraldc.gr
LOCATION:
/usr/share/doc/perl-Test-Simple/examples
☗ ROOT
↻ REFRESH
✎ EDIT FILE
EDITING: subtest.t
#!/usr/bin/env perl use strict; use warnings; use lib '../lib'; use Test::More tests => 3; ok 1; subtest 'some name' => sub { my $num_tests = 2 + int( rand(3) ); plan tests => $num_tests; ok 1 for 1 .. $num_tests - 1; subtest 'some name' => sub { plan 'no_plan'; ok 1 for 1 .. 2 + int( rand(3) ); }; }; ok 1;
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📄 indent.pl
PL
681 B
2024-04-25 14:05
EDIT
📄 subtest.t
T
348 B
2024-04-25 14:05
EDIT
📄 tools.pl
PL
3 KB
2024-04-25 14:05
EDIT
📄 tools.t
T
4.6 KB
2024-04-25 14:05
EDIT